home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / programming / oracle7 7.2 / INSTALL / ORAINST.DEI < prev    next >
Encoding:
Text File  |  1995-09-13  |  609 b   |  17 lines

  1. /* Copyright (c) Oracle Corporation 1992.  All Rights Reserved */
  2.  
  3. /*****************************************************************************
  4.   NAME
  5.     orainst.ins - Windows V3 Installation Deinstall Script
  6.  
  7.   DESCRIPTION
  8.     This script deinstalls the Windows installer.
  9.  
  10.   MODIFIED   MM/DD/YY REASON
  11.     jicohen 10/23/92 Created.
  12. *****************************************************************************/
  13. {
  14.   update_info = nls("update_info","To update the Oracle Installer, simply install a new version.  There is no need to remove it first.");
  15.  
  16.   information_dialog(update_info);
  17. }